/* CSS Document */

body,div,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,select,table,td,textarea,th,ul {

	margin: 0px;

	padding: 0px;

	border:0px;

	font-family: "微软雅黑";

} 

body {

	color: #333;

	margin:auto;

	-webkit-text-size-adjust: none;

	font-size:14px;

	background-color: #FFFFFF;

	font-family: "微软雅黑";

	/*background-image: url(https://www.kelamayi.com.cn/images/2022esd.jpg);

	background-repeat: no-repeat;

	background-position: center top;*/

} 

ul,li,h1,h2,h3,h4,h5,h6,h7,dd,dl,li,dt,ul,ol,hr{

	color: #000000;

	text-decoration: none;

	margin: 0px;

	padding: 0px;

	overflow:hidden;

	font-weight: normal;

	list-style-type: none;

}

a{

	text-decoration: none;

	color: #333;

}

a:hover{

	color: #F00;

	text-decoration: underline;

}

.clear{

	clear:both;

}

/*页头大通栏*/

.topdtl {

	height: 150px;

	width: 980px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

}



.topdtl a{

	display: block;

	height: 100%;

	width: 100%;

}